ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / AddItem Method / AddItem(Object[]) Method
Array of objects that will be assigned to the new row.

In This Topic
    AddItem(Object[]) Method
    In This Topic
    Adds a row to the grid and populates the new row with data.
    Syntax
    'Declaration
     
    Public Overloads Function AddItem( _
       ByVal items() As Object _
    ) As Row
    public Row AddItem( 
       object[] items
    )

    Parameters

    items
    Array of objects that will be assigned to the new row.

    Return Value

    A reference to the new row.
    See Also